home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / code / contr / setup.exe / Disk1 / FPlayer_Installer / Silent Install Flash Player 7 AX.exe / SWFlash.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-07-15  |  3.5 KB  |  88 lines

  1.  
  2. [Version]
  3. Signature="$Chicago$"
  4. AdvancedINF=2.5
  5.  
  6. [DefaultInstall]
  7. CopyFiles=SWFiles, inffile
  8. AddReg=SW.AddReg
  9. RegisterOCXs=RegisterOCXSection
  10.  
  11. [DefaultUninstall]
  12. cleanup=1
  13. Delfiles=SWFiles
  14. delreg=SW.DelReg
  15. UnRegisterOCXs=UnRegisterOCXSection
  16.  
  17. [strings]
  18. productname="Shockwave Flash"
  19. ;    added for the win 98 cd install
  20. GUID = "{D27CDB6E-AE6D-11CF-96B8-444553540000}"
  21. GUIDFACT = "{D27CDB6E-AE6D-11CF-96B8-444553540000}"
  22. DefaultName = "Macromedia Shockwave Flash"
  23. ComponentID = "Flash"
  24.  
  25. VersionNumber = "7,0,0,239"
  26.  
  27. LocaleID = "EN"
  28.  
  29. [RegisterOCXSection]
  30. %11%\macromed\flash\Flash.ocx
  31.  
  32. [UnRegisterOCXSection]
  33. %11%\macromed\flash\Flash.ocx
  34.  
  35. [SW.AddReg]
  36. ;             shockwaveflash is used here the sync with the currently used CIF files on www.microsoft.com
  37. ;            if we used shockwave for flash then durring the IE4 uninstall we would not get uninstalled
  38. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"QuietDisplayName",,"%ProductName%"
  39. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swflash.inf,DefaultUninstall,5"
  40. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"RequiresIESysFile",,"4.70.0.1155"
  41.  
  42. ;    added for win 98 cd install
  43. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"%DefaultName%"
  44. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%ComponentID%"
  45. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",1,01,00,00,00
  46. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
  47. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"
  48.  
  49. ; Add mime type into IE accept header
  50. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Accepted Documents","flash",,"application/x-shockwave-flash"
  51.  
  52. ; 9/10/98  smp  added key for win98 uninstall from control panel...
  53. HKLM, "Software\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\SwFlash","Installed",,1
  54.  
  55. [SW.DelReg]
  56. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"QuietDisplayName",,"%ProductName%"
  57. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\swflash.inf,DefaultUninstall,5"
  58. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ShockwaveFlash,"RequiresIESysFile",,"4.70.0.1155"
  59.  
  60. ;    added for the win 98 cd install
  61. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"%DefaultName%"
  62. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%ComponentID%"
  63. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",1,01,00,00,00
  64. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
  65. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"
  66.  
  67. ; Remove mime type from IE accept header
  68. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Accepted Documents","flash",,
  69.  
  70. ; 9/10/98  smp  added key for win98 uninstall from control panel...
  71. HKLM, "Software\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\SwFlash","Installed",,0
  72.  
  73. [SourceDisksNames]
  74. 1="Shockwave Files","Swflash.cab",1
  75.  
  76. [SourceDisksFiles]
  77. Flash.ocx=1
  78.  
  79. [SWFiles]
  80. Flash.ocx,,,33
  81.  
  82. [inffile]
  83. swflash.inf,,,33
  84.  
  85. [DestinationDirs]
  86. SWFiles=11, Macromed\Flash
  87. inffile=17
  88.